Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
log1p
log1p
Returns log(1 + number), and can calculate the exact result even when the value of number is close to zero.
Name:
log1p
Category:
math
Programming Language:
php
One-line Description:
Returns log(1+number).
Related
Use array_slice to implement queue dequeuing operation
7
How to Implement Inventory Query Function in PHP: A Simple Tutorial and Code Example
1
How to output formatted strings to files using PHP's vfprintf
8
How to Unify and Synchronize the Generation Strategy of uniqid in PHP Distributed Systems?
4
Similar Functions
asinh
asinh
Inversehyperbolicsin
pi
pi
Getthepivalue
tanh
tanh
Hyperbolictangent
base_convert
base_convert
Convertnumbersbetwee
deg2rad
deg2rad
Convertangletoradian
sinh
sinh
Hyperbolicsine
min
min
Findtheminimumvalue
mt_srand
mt_srand
Sowabetterrandomnumb
Popular Articles